(null_row): New gloval static variable.
authorKenichi Handa <handa@m17n.org>
Thu, 16 Nov 2000 00:53:28 +0000 (00:53 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 16 Nov 2000 00:53:28 +0000 (00:53 +0000)
(clear_glyph_row): Delete local static variable null_row.

src/dispnew.c

index 55faea7b7e388341544b037bfa0a99a5a51f358d..eff7bb2bf15dba23982baef67885faecfefdd319 100644 (file)
@@ -976,12 +976,13 @@ clear_window_matrices (w, desired_p)
    changes in the glyph_row structure, i.e. addition or removal of
    structure members.  */
 
+static struct glyph_row null_row;
+
 void
 clear_glyph_row (row)
      struct glyph_row *row;
 {
   struct glyph *p[1 + LAST_AREA];
-  static struct glyph_row null_row;
 
   /* Save pointers.  */
   p[LEFT_MARGIN_AREA] = row->glyphs[LEFT_MARGIN_AREA];